From: Juri Linkov Date: Mon, 28 Jun 2004 23:08:31 +0000 (+0000) Subject: (pp-buffer): Add autoload. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21802 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5399725774b57ef5dd5c0a693037be1b2deda5d9;p=emacs.git (pp-buffer): Add autoload. --- diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el index 61d31921e57..93e30fb0f55 100644 --- a/lisp/emacs-lisp/pp.el +++ b/lisp/emacs-lisp/pp.el @@ -54,6 +54,7 @@ to make output that `read' can handle, whenever this is possible." (buffer-string)) (kill-buffer (current-buffer))))) +;;;###autoload (defun pp-buffer () "Prettify the current buffer with printed representation of a Lisp object." (goto-char (point-min))